home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMADDBOTTOM / TFMADDBOTTOM.txt
Text File  |  2004-09-09  |  3KB  |  146 lines

  1. object fmAddBottom: TfmAddBottom
  2.   Left = 463
  3.   Top = 390
  4.   Width = 425
  5.   Height = 188
  6.   HelpContext = 540
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object laAction: TLabel
  18.     Left = 7
  19.     Top = 38
  20.     Width = 33
  21.     Height = 13
  22.     Caption = 'A&ction:'
  23.     FocusControl = cbAction
  24.   end
  25.   object laCompression: TLabel
  26.     Left = 7
  27.     Top = 80
  28.     Width = 63
  29.     Height = 13
  30.     Caption = 'C&ompression:'
  31.     FocusControl = cbCompression
  32.   end
  33.   object Label5: TLabel
  34.     Left = 7
  35.     Top = 122
  36.     Width = 111
  37.     Height = 13
  38.     Caption = '&Multiple Disk Spanning:'
  39.     FocusControl = cbDiskSpanning
  40.   end
  41.   object bvTopLine: TBevel
  42.     Left = 7
  43.     Top = 30
  44.     Width = 402
  45.     Height = 9
  46.     Shape = bsTopLine
  47.   end
  48.   object cbAction: TComboBox
  49.     Left = 7
  50.     Top = 54
  51.     Width = 177
  52.     Height = 21
  53.     Style = csDropDownList
  54.     ItemHeight = 13
  55.     ItemIndex = 0
  56.     TabOrder = 0
  57.     Text = 'Add files'
  58.     OnChange = cbActionChange
  59.     Items.Strings = (
  60.       'Add files'
  61.       'Freshen existing files'
  62.       'Move files')
  63.   end
  64.   object cbCompression: TComboBox
  65.     Left = 7
  66.     Top = 96
  67.     Width = 177
  68.     Height = 21
  69.     Style = csDropDownList
  70.     ItemHeight = 13
  71.     ItemIndex = 0
  72.     TabOrder = 1
  73.     Text = 'Maximum'
  74.     Items.Strings = (
  75.       'Maximum'
  76.       'Normal'
  77.       'Minimum'
  78.       'None')
  79.   end
  80.   object cbDiskSpanning: TComboBox
  81.     Left = 7
  82.     Top = 138
  83.     Width = 177
  84.     Height = 21
  85.     Style = csDropDownList
  86.     ItemHeight = 13
  87.     ItemIndex = 0
  88.     TabOrder = 2
  89.     Text = 'Automatic'
  90.     Items.Strings = (
  91.       'Automatic'
  92.       'No Spanning')
  93.   end
  94.   object gbFolders: TGroupBox
  95.     Left = 191
  96.     Top = 86
  97.     Width = 217
  98.     Height = 73
  99.     Caption = ' Folders '
  100.     TabOrder = 3
  101.     object ckSaveFullPath: TCheckBox
  102.       Left = 24
  103.       Top = 24
  104.       Width = 169
  105.       Height = 17
  106.       Caption = '&Save full path info'
  107.       TabOrder = 0
  108.     end
  109.     object ckIncludeSubfolders: TCheckBox
  110.       Left = 24
  111.       Top = 48
  112.       Width = 177
  113.       Height = 17
  114.       Caption = '&Include subfolders'
  115.       TabOrder = 1
  116.     end
  117.   end
  118.   object buPassword: TButton
  119.     Left = 191
  120.     Top = 54
  121.     Width = 81
  122.     Height = 25
  123.     Caption = '&Password'
  124.     TabOrder = 4
  125.     OnClick = buPasswordClick
  126.   end
  127.   object buWildcards: TButton
  128.     Left = 279
  129.     Top = 54
  130.     Width = 129
  131.     Height = 25
  132.     Caption = 'Add with &Wildcards'
  133.     TabOrder = 5
  134.     OnClick = buWildcardsClick
  135.   end
  136.   object buHelp: TButton
  137.     Left = 333
  138.     Top = 0
  139.     Width = 75
  140.     Height = 23
  141.     Caption = '&Help'
  142.     TabOrder = 6
  143.     OnClick = buHelpClick
  144.   end
  145. end
  146.